Platform Explorer / Nuxeo Platform 5.8

Component org.nuxeo.ecm.social.relationship.service.RelationshipService

Documentation

Implementation

Class: org.nuxeo.ecm.social.relationship.service.RelationshipServiceImpl

Services

Extension Points

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.social.relationship.service.RelationshipService">

  <documentation>
    @author Arnaud Kervern (akervern@nuxeo.com)
  </documentation>

  <implementation
    class="org.nuxeo.ecm.social.relationship.service.RelationshipServiceImpl" />

  <service>
    <provide
      interface="org.nuxeo.ecm.social.relationship.service.RelationshipService" />
  </service>

  <extension-point name="relationshipKinds">
    <documentation>
      <code>
        <kind group="user" name="friend" label="%s is friend with %s" />
      </code>
    </documentation>
    <object
      class="org.nuxeo.ecm.social.relationship.service.RelationshipKindDescriptor" />
  </extension-point>
</component>